Draft
Conversation
…ries and improve orchestrator configurations
…gress tracking; add comprehensive tests for termination logic
- Updated various files to enhance code formatting by aligning dictionary entries and improving whitespace usage. - Refactored the `CosmosWorkflowCheckpoint` and `CosmosWorkflowCheckpointRepository` classes for better clarity. - Improved the readability of list comprehensions and dictionary appends across multiple modules. - Ensured consistent use of inline comments and docstrings where applicable. - Enhanced the structure of error handling and logging in the `TelemetryManager` and `LoggingUtils` classes. - Made minor adjustments to test cases for better clarity and maintainability.
…gs and Pydantic models; improve orchestration logic
… clarity and maintainability
…ception handling and telemetry updates; add tests for conversion report quality gates
… the processor steps - Changed output folder naming from `/output` to `/converted` in various orchestration and prompt files. - Updated timestamp handling in reports to use a consistent UTC format with a helper function. (mcp tool to local function) - Enhanced routing instruction format for telemetry in prompt files to include phase labels. - Added utility functions for generating current timestamps in UTC. - Adjusted test cases to reflect changes in output folder structure and timestamp handling.
…nhance prompt coordinator with detailed RAI content policy
…put folder rename, and test reorganization
- Add missing copyright headers (6 files) - Add missing module docstrings (16 files) - Remove banner/section-divider comments (main.py, main_service.py, queue_service.py) - Remove redundant inline comments (main.py, prompt_util.py, console_util.py) - Remove commented-out code (agent_framework_helper.py, groupchat_orchestrator.py, orchestrator_base.py, credential_util.py) - Remove placeholder comments (main.py, main_service.py, prompt_util.py)
…lint fixes - Update AZURE_OPENAI_API_VERSION from 2025-01-01-preview to 2025-03-01-preview in both main.bicep and main_custom.bicep - Fix ruff lint errors in backend-api (None comparison, unused variables) - Apply ruff formatting across processor and backend-api source files
- Fix missing 'import re' in orchestrator_base.py causing silent NameError - Update regex to match new instruction format 'Phase X : Phase Title - <what to do>' - Update all 4 coordinator prompts with consistent phase format in instruction field - Fix progress bar using apiData.step instead of apiData.phase (sub-phase overwrites broke indexOf) - Fix redundant phase labels: show step name as category, phase as sub-detail - Redesign Current Activity section with multi-line agent cards - Show detailed action labels (Thinking, Speaking, Invoking Tool, Analyzing) - Add step-level elapsed timer from step_timings - Add update_phase() to TelemetryManager for sub-phase UI updates - Fix step timing seed to always initialize on step start
fix: progress modal phase tracking and UI improvements
fix: update backend and frontend dependencies for security and performance improvements
chore: add v2 tag
Co-authored-by: Copilot <copilot@github.com>
chore: pin processor dependencies
Co-authored-by: Copilot <copilot@github.com>
feat: UI integration for processor apis
| env_file_encoding: str | None = None, | ||
| instruction_role: str | None = None, | ||
| ) -> "AzureOpenAIChatClient": | ||
| ... |
| env_file_path: str | None = None, | ||
| env_file_encoding: str | None = None, | ||
| ) -> "AzureOpenAIAssistantsClient": | ||
| ... |
| env_file_encoding: str | None = None, | ||
| instruction_role: str | None = None, | ||
| ) -> "AzureOpenAIResponsesClient": | ||
| ... |
| instruction_role: str | None = None, | ||
| retry_config: RateLimitRetryConfig | None = None, | ||
| ) -> AzureOpenAIResponseClientWithRetry: | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information